Skip to main content
POST
/
gin
/
v1
/
company
/
candidate
/
language
Add candidate Language skills
curl --request POST \
  --url https://api.hyrd.de/gin/v1/company/candidate/language \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_slug": "39c12359-7eaf-407d-9be7-97f522a1e7f2",
  "language_id": 2,
  "language_level_id": 2
}
'

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response